home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TVIEWERFORM1 / TVIEWERFORM1.txt
Text File  |  1998-10-17  |  2KB  |  106 lines

  1. object ViewerForm1: TViewerForm1
  2.   Left = 200
  3.   Top = 106
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   Caption = 'x'
  8.   ClientHeight = 202
  9.   ClientWidth = 304
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   PopupMenu = PopupMenu1
  17.   Position = poDefaultPosOnly
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object StatusBar: TStatusBar
  24.     Left = 0
  25.     Top = 183
  26.     Width = 304
  27.     Height = 19
  28.     Panels = <
  29.       item
  30.         Width = 100
  31.       end
  32.       item
  33.         Width = 100
  34.       end>
  35.     SimplePanel = False
  36.   end
  37.   object ScrollBox: TScrollBox
  38.     Left = 0
  39.     Top = 0
  40.     Width = 304
  41.     Height = 183
  42.     HorzScrollBar.Tracking = True
  43.     VertScrollBar.Tracking = True
  44.     Align = alClient
  45.     TabOrder = 1
  46.     object PaintBox: TPaintBox
  47.       Left = 0
  48.       Top = 0
  49.       Width = 193
  50.       Height = 143
  51.       PopupMenu = PopupMenu1
  52.       OnPaint = PaintBoxPaint
  53.     end
  54.   end
  55.   object Timer1: TTimer
  56.     Enabled = False
  57.     Interval = 250
  58.     OnTimer = Timer1Timer
  59.     Left = 234
  60.     Top = 14
  61.   end
  62.   object PopupMenu1: TPopupMenu
  63.     Left = 234
  64.     Top = 110
  65.     object Mirror1: TMenuItem
  66.       Caption = '&Mirror'
  67.       ShortCut = 0
  68.       OnClick = Mirror1Click
  69.     end
  70.     object Flip1: TMenuItem
  71.       Caption = '&Flip'
  72.       ShortCut = 0
  73.       OnClick = Flip1Click
  74.     end
  75.     object Negate1: TMenuItem
  76.       Caption = '&Negate'
  77.       ShortCut = 0
  78.       OnClick = Negate1Click
  79.     end
  80.     object Monochrome1: TMenuItem
  81.       Caption = 'M&onochrome'
  82.       ShortCut = 0
  83.       OnClick = Monochrome1Click
  84.     end
  85.     object N2: TMenuItem
  86.       Caption = '-'
  87.       ShortCut = 0
  88.     end
  89.     object Reopen1: TMenuItem
  90.       Caption = '&Reopen'
  91.       ShortCut = 0
  92.       OnClick = Reopen1Click
  93.     end
  94.     object Close1: TMenuItem
  95.       Caption = '&Close'
  96.       ShortCut = 0
  97.       OnClick = Close1Click
  98.     end
  99.   end
  100.   object DropFile1: TDropFile
  101.     OnDropFile = DropFile1DropFile
  102.     Left = 234
  103.     Top = 62
  104.   end
  105. end
  106.